Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #14

Merged
merged 95 commits into from
Nov 15, 2023
Merged

Release 1.0.0 #14

merged 95 commits into from
Nov 15, 2023

Conversation

sleelin
Copy link
Collaborator

@sleelin sleelin commented Nov 15, 2023

Additions:

  • BulkRequest and BulkResponse Protocol Messages
  • SearchRequest Protocol Messages
  • 100% coverage in unit tests
  • Handling for more data types in attribute coercion
  • Declared schemas now automatically treat nested schema extensions as declared
  • Full implementation of SCIM Filter specification in SCIMMY.Types.Filter class

Fixes:

  • Case sensitivity of attribute names in filter class
  • Various fixes in handling of PatchOp messages

Implement BulkRequest and BulkResponse Protocol Messages
Implement SearchRequest Protocol Messages
sleelin added 18 commits April 24, 2023 13:02
@sleelin
Copy link
Collaborator Author

sleelin commented Nov 15, 2023

Fixes #7 #8 #10

@sleelin sleelin merged commit 431ce49 into main Nov 15, 2023
3 checks passed
@sleelin sleelin deleted the release/1.0.0 branch November 15, 2023 07:07
@sleelin sleelin linked an issue Nov 15, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment